Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing Extensions and Drivers /
Chapter 4 - Printing Messages / Printing Messages Reference
User Interface Constants and Data Types


The Manual Feed Structure

The manual feed structure, of data type gxManualFeedRecord, is passed in the statusBuffer field of the status structure for a manual feed alert.

struct gxManualFeedRecord {
   Boolean  canAutoFeed;
   Str31    paperTypeName;
};
typedef struct gxManualFeedRecord gxManualFeedRecord;
Field Description
canAutoFeed
A Boolean value that is true when the driver can handle swtiching into automatic paper-feeding mode from manual-feed mode in the middle of a print job. This field is otherwise false.
paperTypeName
The string name of the paper type that is to be fed manually. This field can also be an array of paper-type names.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help